ContentTransferEncoding Enumeration |
Specifies the Content-Transfer-Encoding header information for an e-mail message attachment.
Namespace:
Independentsoft.Email.Mime
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic enum ContentTransferEncoding
Public Enumeration ContentTransferEncoding
Members|
| Member name | Value | Description |
|---|
| SevenBit | 0 | |
| EightBit | 1 | |
| Base64 | 2 | |
| Binary | 3 | |
| QuotedPrintable | 4 | |
| IetfToken | 5 | |
| XToken | 6 | |
See Also